Welcome![Sign In][Sign Up]
Location:
Search - Http socket

Search list

[Internet-Network直接用socket实现HTTP协议(下载专用).rar

Description:
Platform: | Size: 69398 | Author: | Hits:

[WinSock-NDISex 1

Description: 我们的关于socket编程的一次作业, 遵循HTTP/1.0, 实现了PUT和GET方法, 希望对大家有点用!-on a socket programming operations, followed HTTP/1.0, achieving GET and PUT methods, we hope to use a bit!
Platform: | Size: 17383 | Author: 王勤思 | Hits:

[Web ServerHttpServerexample

Description: 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current Http service directory,send webpage to client browser.The program is a MFC application base on Dialogs.Main show how to realize Http protocol with Socket,please run the program with vc++.net
Platform: | Size: 66171 | Author: 陈康 | Hits:

[WinSock-NDIS20040801094647_http

Description: 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading) the author: North industrial university 2,000 levels of computers 4 class of querw downloaded a document from the HTTP server to have very many methods, the \"warm-hearted\" Microsoft has provided the WinInet kind, used very to be also convenient Certainly, we also may own realize these functions, is very easy through formatted request to be able to realize the break point to continue passes on and inspects renewal and so on function
Platform: | Size: 87600 | Author: 申平 | Hits:

[Internet-Networkhttp_client_2.0

Description: 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is located site will be single-threaded process from the server to download the file to the local. Inside the socket programming involved, http agreement, write a binary file.
Platform: | Size: 5253 | Author: 丁丁 | Hits:

[Internet-Networksocket-file

Description: 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件-Use blocking mode socket, multi-threaded, with high performance in the LAN test reaches the speed limit. Support HTTP. Services client can receive multiple files simultaneously
Platform: | Size: 135168 | Author: 胡一立 | Hits:

[Scannersocket

Description: 用wireshark的命令行模式和windump抓包有时候很难满足抓包的需求,比如我们在一台http服务器上抓http的某个头是指定值的包及iis给其的响应,而其它的包都不要,用现有工具好像就不好实现了,winddump的规则也顶多指定协议、端口之类,具体包的内容过滤上好像就束手无策了,于是想自己做一个,找了一些wincap开发的资料,貌似c#相关的资料不多,找到一个却不能调试,于是又找了一篇讲c#监控网络流量的文章,改造了一下,做了一个命令行抓包工具,因为遇到一些问题,所以还是半成品。-Command line mode with wireshark capture and windump sometimes difficult to meet the needs of capture, such as we caught on a http server http is a first package and iis specified value to its response, while other packages are do not use existing tools like bad realized, winddump rules also specify the protocol at most ports and the like, the content filtering specific package seems to do nothing, so want to own one, find some wincap development of information , looks like c# relevant information much, but can not find a debugger, so he looked for a speaking c# monitor network traffic articles, transforming a bit, made ​ ​ a command-line packet capture tool, because some problems, so it is still semi-finished products
Platform: | Size: 53248 | Author: binbin | Hits:

[JSP/Javasocket

Description: Java简易socket编程,简易HTTP协议实现,能完成client与server之间的简易通信-Java socket programming easy, simple HTTP protocol, to complete the simple communication between client and server
Platform: | Size: 5120 | Author: Sunshuyang | Hits:

[CSharpC

Description: C语言 HTTP协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -C language HTTP protocol to download files, to achieve HTTP, socket communication, currently only supports ip and port connected, interested readers may improve its domain name.             Code into http.c: http protocol to download files to achieve, socket.c: package linux socket function when transplanted socket.c simply modify the function can be.           We want to help, I pro-test available!
Platform: | Size: 45056 | Author: sam | Hits:

[CSharpsocket

Description: 实现了http和https两个应用层协议的socket编程源码-Realized http and https two application layer protocol socket programming source
Platform: | Size: 108544 | Author: 陈向军 | Hits:

[Sniffer Package captureraw-socket

Description: linux下使用raw socket 截获数据并分析其中的http数据-linux use the following raw socket intercepts the data and analyze the data http
Platform: | Size: 44032 | Author: liu | Hits:

[Internet-NetworkHTTP

Description: 包含HTTP协议内容分析,命令实现及其SOCKET网络编程实现-Contains the HTTP protocol content analysis, command and its SOCKET network programming
Platform: | Size: 4096 | Author: bebenca | Hits:

[File Operateunler-HTTP

Description: virtual printer 在vc环境下,基于socket的,http协议的,下载文件源码-Virtual printer under the vc environment, based on the socket, the HTTP protocol, download the source code
Platform: | Size: 3072 | Author: dwmaumha | Hits:

[Windows DevelopHTTP-procjdures-socket

Description: A socket to your the HTTP protocol procedures
Platform: | Size: 73728 | Author: INwix!796 | Hits:

[Otherhttpclient-master

Description: 构造HttpClient三部曲:支持代理的Socket封装、GET方法实现、POST方法实现(Constructing HttpClient Trilogy: Socket encapsulation supporting agent, GET method implementation and POST method implementation)
Platform: | Size: 47104 | Author: ader | Hits:

[CSharpmySocket

Description: TCP提供一种面向连接的、可靠的字节流服务。面向连接意味着两个使用TCP的应用(通常是一个客户和一个服务器)在彼此交换数据包之前必须先建立一个TCP连接。这一过程与打电话很相似,先拨号振铃,等待对方摘机说"喂",然后才说明是谁。在一个TCP连接中,仅有两方进行彼此通信。(108/5000 Simple and fast: customer request service to the server, only need to send the request method and path. Request method commonly used have a GET, HEAD, POST. Each method provides the client and the server connection of different types. Because the HTTP protocol is simple, the HTTP server program is small, so communication is very fast.)
Platform: | Size: 152576 | Author: wodeID | Hits:

[Proxy ServerHttpProxy

Description: socket编程发送和接受报文,实现了代理上网(Socket programming send and receive messages, to achieve the agent online)
Platform: | Size: 8154112 | Author: yongj123 | Hits:

[Internet-NetworkSimpleHttpServer

Description: 利用C# socket 实现httpserver(Implementation of httpserver with C# socket)
Platform: | Size: 47104 | Author: test12345 | Hits:

[Proxy ServerHTTP_Proxy-master

Description: 基于Socket实现的HTTP代理服务器 , 很有用的代码, 好用哦(Based on the Socket implementation of the HTTP proxy server, very useful code, good use)
Platform: | Size: 9216 | Author: jim0078 | Hits:

[Internet-NetworkVC++利用Socket实现HTTP下载协议

Description: VC++利用Socket实现HTTP下载协议VC++ uses Socket to implement HTTP download protocol(VC++ uses Socket to implement HTTP download protocol)
Platform: | Size: 286720 | Author: 送方 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »

CodeBus www.codebus.net